Skip to content

Conversation

vincentysc
Copy link
Contributor

Support inner msg type:

  • MsgSend
  • MsgSetWithdrawAddress
  • MsgWithdrawDelegatorReward
  • MsgWithdrawValidatorCommission
  • MsgFundCommunityPool
    Solution: Found that the TxsResult.Events order is following the events emit order. The inner msg parser groups the event by message @type with first in, first out method. In CosmosSDK, the /keeper/msg_server.go of each module shows the event emit order.

@vincentysc vincentysc self-assigned this Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem: MsgExec may squeeze multiple message events into a single one

1 participant